-
Notifications
You must be signed in to change notification settings - Fork 722
ci: autoscan: adding the sonarcloud config file #2980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
leur-nordic
wants to merge
723
commits into
nrfconnect:main
Choose a base branch
from
leur-nordic:sonarconfig2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…NO=n" This reverts commit 5c56d91. Signed-off-by: Robert Lubos <[email protected]>
… config" This reverts commit 7c9666e. Signed-off-by: Robert Lubos <[email protected]>
…age config" This reverts commit 90e36d6. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit bec66c4. Signed-off-by: Robert Lubos <[email protected]>
…ion" This reverts commit 0cb8d18. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 5301ae1. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 9b9ae36. Signed-off-by: Robert Lubos <[email protected]>
…lected" This reverts commit a95032b. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 75397cf. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 5e3cc22. Signed-off-by: Robert Lubos <[email protected]>
…hardware map"" This reverts commit fe7a3c3. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 39f3b69. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit a38b6ea. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 124f663. Signed-off-by: Robert Lubos <[email protected]>
…ules" This reverts commit 385e1c8. Signed-off-by: Robert Lubos <[email protected]>
…it access" This reverts commit 6ca49f6. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 0932e7c. Signed-off-by: Robert Lubos <[email protected]>
…oftware inversion" This reverts commit 039e3d7. Signed-off-by: Robert Lubos <[email protected]>
…onfig" This reverts commit 31a7dec. Signed-off-by: Robert Lubos <[email protected]>
…g pins for nRF54L20" This reverts commit d606ade. Signed-off-by: Robert Lubos <[email protected]>
…or nRF54L20" This reverts commit 9de63a4. Signed-off-by: Robert Lubos <[email protected]>
…UART" This reverts commit 1db6e2c. Signed-off-by: Robert Lubos <[email protected]>
…rol option" This reverts commit daac72a. Signed-off-by: Robert Lubos <[email protected]>
…low-control" This reverts commit 546191e. Signed-off-by: Robert Lubos <[email protected]>
…ipc"" This reverts commit 943c8ff. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 7a5354c. Signed-off-by: Robert Lubos <[email protected]>
This reverts commit c3ad6ee. Signed-off-by: Robert Lubos <[email protected]>
…l for get_config" This reverts commit 6fcd805. Signed-off-by: Robert Lubos <[email protected]>
…ance calculations." This reverts commit 45d107b. Signed-off-by: Robert Lubos <[email protected]>
…able warning" This reverts commit 72c7013. Signed-off-by: Robert Lubos <[email protected]>
Add information about nfct node status. For cpuapp status is irrelevant because NFCT is by default assigned to cpuapp but for cpurad node needs to have reserved status. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 9caab5b)
Add a new "if_name" pointer to the transport configuration structure, allowing the application to bind MQTT client to a specific network interface. Signed-off-by: Robert Lubos <[email protected]> (cherry picked from commit 35af68b)
…oad at runtime Add new socket offloading functions, allowing to enable/disable offloaded DNS implementation at runtime. This may be useful if there is a mix of offloaded/native network interfaces in the system, so the application can choose which DNS backend to use. Signed-off-by: Robert Lubos <[email protected]> (cherry picked from commit b18bc7c)
…g stats net_stats_t type is an unsigned type, therefore %u should be used instead of %d when printing values of this type, otherwise negative values will be printer if INT32_MAX is exceeded. Signed-off-by: Robert Lubos <[email protected]> (cherry picked from commit b877d2c)
In high throughput tests it's fairly easy to overflow the current 32-bit byte counters in net statistics (it's just over 4 GB of data). Therefore, make the byte counters 64-bit to prevent overflows. Rearrange some fields to avoid padding. Signed-off-by: Robert Lubos <[email protected]> (cherry picked from commit 86244a9)
Update memory map to be compatible with latest IronSide. 180kB is reserved. Upstream PR #: 91667 Signed-off-by: Håkon Amundsen <[email protected]> (cherry picked from commit 75ee1d0641164cd4f673d8296f713aae811eee58)
Add necessary changes to provide a simple, updateable radio image. Signed-off-by: Tomasz Chyrowicz <[email protected]> (cherry picked from commit 5e54100)
Extend SPI driver with possibility to use - spim23, spim24, - spis23, spis24. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit c0a28ab)
Add UARTE23 and UARTE24 missing Kconfig options and their translation to NRFX configuration macros. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 2b4f645)
…cy expectation Allow to customize scaling factor used to compare ideal spi transfer and measured one. Signed-off-by: Piotr Kosycarz <[email protected]> (cherry picked from commit d700619)
…nment Fix the i2c loopbacks pins assignments for nrf52 and nrf53 to allow automated testing. Signed-off-by: Bartosz Miller <[email protected]> (cherry picked from commit 8aa6557)
…e values Current target-reference mapping does not cover all cases. Signed-off-by: Michał Stasiak <[email protected]> (cherry picked from commit 4d65854)
…ization The GRTC counter is not cleared at startup, therefore the `last_count` variable needs to be initialized accordingly. This change: - Prevents overflow of the `sys_clock_announce()` int32_t parameter - Ensures the correct uptime value, which should be reset during initialization Upstream PR #: 91432 Signed-off-by: Adam Kondraciuk <[email protected]>
…h uptime changes Update GRTC tests to reflect uptime reset at startup. Upstream PR #: 91432 Signed-off-by: Adam Kondraciuk <[email protected]>
Extend I2S testing with additional test cases that verify I2S/TDM driver operation at various configurations. Check: - word sizes of 8, 16, 24, 32 and 48 bits; - one, two, four and eight audio channels configuration; - data format I2S, Left Justified, Right Justified, PCM Long, PCM Short; - data order MSB and LSB first; - bit clock and frame clock inversion; - block size of 6 bytes; - bit clock continuous and gated; - internal loopback; - pingpong option. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit a58684d)
Add boards/nordic/**/* to the CI-boot-test scope and remove SUIT labels. Signed-off-by: Robert Stypa <[email protected]>
…A Eng A Errata 55 applies to nRF54LV10A Eng A as well. Upstream PR #: 91682 Signed-off-by: Nikodem Kastelik <[email protected]>
Added automatic KMU key provisioning, when keyfile.json file exists in the build directory. This enables automated key provisioning during the flashing process to enable testing nRF54L aplications using Twister. Only applicable on nrfutil runner. Signed-off-by: Grzegorz Chwierut <[email protected]> (cherry picked from commit db3c344)
Fixed board page in zephyr. Signed-off-by: Richa Pandey <[email protected]>
Pull fix to free TX packets early once handed over to nRF70. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit f4b5898)
… controlling Update nrf_wifi for dynamic bandwidth signal controlling through command init. Signed-off-by: Karun Kumar Eagalapati <[email protected]> (cherry picked from commit 3c6cd19)
…ignalling Add Kconfig to enable/disable Dynamic Bandwidth Signalling. Signed-off-by: Kapil Bhatt <[email protected]> (cherry picked from commit 1037a0c)
Update nrf_wifi for dynamic ED controlling through command init. Upstream PR #: 91806 Signed-off-by: Karun Kumar Eagalapati <[email protected]>
Add Kconfig to enable/disable Dynamic ED which add support for proprietary algorithm to enhance performance in high-traffic channels. Upstream PR #: 91806 Signed-off-by: Kapil Bhatt <[email protected]>
Add new function called _cache_all_check that cache all if NRF_CACHE has no LINEADDR. Signed-off-by: Travis Lam <[email protected]> (cherry picked from commit 10f35d7)
thst-nordic
reviewed
Jun 24, 2025
.sonarcloud.properties
Outdated
| @@ -0,0 +1,36 @@ | |||
| # This file is used by the SonarCloud GitHub App to configure the SonarCloud Automatic Analysis. | |||
| # https://sonarcloud.io/project/overview?id=nrfconnect_sdk-nrf | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update for zephyr
autoscan: adding the .sonarcloud.properties to control file exclusions Signed-off-by: Leif Harald Urlaub <[email protected]>
431d891 to
08ed197
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
autoscan: adding the .sonarcloud.properties to control file exclusions